home *** CD-ROM | disk | FTP | other *** search
- on tastimain
- global NumTasto
- if NumTasto = 6 then
- puppetTransition(51)
- cursor([member "C1", member "C2"])
- go("Quit")
- exit
- end if
- if NumTasto = 7 then
- puppetTransition(51)
- go("Menu")
- exit
- end if
- if NumTasto = 8 then
- puppetTransition(51)
- go("Credit")
- exit
- end if
- if NumTasto = 9 then
- open(the moviePath & "c6Fin.exe")
- exit
- end if
- puppetTransition(51)
- go("VAIP")
- end
-